/* CSS重置 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,a,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    background-color: #f2f5fe;
}
a {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
/* 头部 */
#head{
   /* background: url(../images/bottom_bg.png) center center no-repeat;*/background: url(../images/headtopbg.jpg) center center no-repeat;
}
.head_top{
    padding: 20px 0px 20px 0px; clear:both; overflow:hidden;
}

.logo{ width:413px; overflow:hidden; float:left;}
.logo a{
    overflow:hidden;
    display: block;
}
.logo a:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -15px;
  width: 250px;
  height: 15px;/**光标的宽度，可根据实际调整**/
  background-color: rgba(255,255,255,.5);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: flashlights 2s ease-in 1s infinite;
  -o-animation: flashlights 2s ease-in 1s infinite;
  animation: flashlights 2s ease-in 1s infinite;/**1.5数字参数控制扫光速度，数字越大越慢**/
}
@-webkit-keyframes flashlights {
  0% { left: 100px; top: 0; }
  to { left: 370px; top: 100px; }
}
@-o-keyframes flashlights {
  0% { left: 100px; top: 0; }
  to { left: 370px; top: 100px; }
}
@-moz-keyframes flashlights {
  0% { left: 100px; top: 0; }
  to { left: 370px; top: 100px; }
}
@keyframes flashlights {
  0% { left: 100px; top: 0; }
  to { left: 370px; top: 100px; }
}



.search_form{
    float: right;
    font-size: 0;
    margin-top: 22px;
}
.search_form input[type='text']{
    border: 1px solid #d4d5d7;
    border-top-left-radius:1rem;
    border-bottom-left-radius: 1rem;
    border-right: 0;
    padding: 12px 20px;
    vertical-align: top;
    height: 40px;
    width: 214px;
    line-height: 14px;
	color: #999;
}
.search_form input[type='submit']{
    background-image: url(../images/search_logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f68a13;
    width: 55px;
    height: 40px;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    vertical-align: top;
}
.search_form input::input-placeholder{
    color:#999
}
.search_form input::-webkit-placeholder{
    color:#999
}
.search_form input::-ms-input-placeholder{
    color:#999
}
.search_form input::-webkit-input-placeholder{
    color:#999
}

/* 头部导航 */
.head_bottom{
    background-color:#0072d3; position:relative;
}
.head_bottom .head_nav li{
    float: left;
    width: 10%;
    position: relative;
}
.head_bottom .head_nav li a{
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 16px;
    overflow: hidden;
}
.head_bottom .head_nav li a:hover{
    background-color: #f68a13;
}
.head_bottom .head_nav .line{
    height: 10px;
    border-left: 1px solid #0a7de0;
    float: left;
    margin-top: 20px;
}
.head_bottom .head_nav .c_navlist{
    position: absolute;
    background-color: #0072d3;
    width: 100%; z-index:9999;
}
.head_bottom .head_nav .c_navlist li{
    float: none;
    width: 100%;
}
.head_bottom .head_nav .c_navlist li a{
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.head_bottom .head_nav li:hover .c_navlist li a{
    height: 50px;
}


/* 顶部图 */
.banner_img{
    height: 500px;
    background-image: url(../images/banner_img04.png);
    background-repeat: no-repeat;
    background-position: center top;
}


	/*校园风光*/
	.xyfg{ width:100%; overflow:hidden; margin:0px 0px 50px 0px;}
	.xyfg li{ width:23%; margin:10px 1% 0px 1%; float:left; overflow:hidden;}
	.xyfg li img{ width:100%; height: auto; display:block;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
	.xyfg li span{ height:40px; line-height:40px; display:block; text-align:center; background:#f3f3f3; position:relative; z-index:10; font-size:16px;}
	.xyfg li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
	
	/*在线报名*/
	.zxbm{ width:90%; margin:35px auto;}
	.zxbm li{ margin:0px 0px 20px 0px; font-size:16px;}
	.zxbm li label{ width:120px; display: inline-block;}
	.zxbm li .zxbm_text1{ width:40%; padding-left:1%; height:38px; line-height:38px; border:1px solid #ddd; border-radius:8px;}
	.zxbm li .zxbm_text2{ width:70%; padding-left:1%; height:38px; line-height:38px; border:1px solid #ddd; border-radius:8px;}
	.zxbm li .zxbm_submit{ width:20%;height:38px; line-height:38px; background:#0072d3; color:#fff; text-align:center; border-radius:8px; border:none;}
	.zxbm li .zxbm_submit:hover{ background:#999}
	.zxbm li .zxbm_reset{ width:20%;height:38px; line-height:38px; background:#0072d3; color:#fff; text-align:center; border-radius:8px; margin:0px 0px 0px 30px; border:none;}
	.zxbm li .zxbm_reset:hover{ background:#999}
	



/* 学校新闻，通知公告 */
.main1{
    margin-top: 40px;
}
.main1 .left_contain{
    float: left;
    width:660px;
    height: 454px;
}
.main1 .swiper-container{
    width: 100%;
    height: 100%;
}
.main1 .swiper-slide{
    position: relative;
}
.main1 .swiper-slide img{
    width: 100%;
    height: 100%;
}
.main1 .content-slide{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.main1 .content-slide{
    height: 55px;
    line-height: 55px;
    background-image: url(../images/opacity.png);
    padding: 0 80px 0 15px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}
.main1 .content-slide a{
	color: #fff;
}
.main1 .content-slide a:hover{
	color: #ff9a00;
}
.main1 .swiper-pagination-switch{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d0d0d0;
    margin: 0 5px;
	cursor: pointer;
}
.main1 .swiper-active-switch{
    background-color: #ff9500;
}
.main1 .swiper-pagination-switch:hover{
    background-color: #ff9500;
}
.main1 .pagination{
    position: absolute;
    bottom: 0;
    height: 55px;
    line-height: 55px;
    right: 15px;
	cursor: auto;
}

/* main1右侧列表 */
.main1 .right_contain{
    float:right;
    width: 613px;
}
.main1 .right_contain .tab_head{
    font-size: 0;
}
.main1 .right_contain .tab_head li{
    background-color: #0072d3;
    color: white;
    font-weight: bold;
    font-size: 18px;
    height: 47px;
    line-height: 47px;
    width: 153px;
    text-align: center;
    border-top: 4px solid #0072d3;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    box-shadow: 0 -3px 6px rgba(0,0,0,0.1);
}
.main1 .right_contain .tab_head li.active{
    background-color: white;
    color: #333;
}
.main1 .right_contain .tab_list{
    height: 407px;
	background: #fff;
    padding: 21px 27px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.main1 .tab_list .time{
    float: left;
    background-image: url(../images/main1_time_bg_off.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 78px;
    height: 49px;
    margin-right: 15px;
}
.main1 .tab_list .time .yM{
    line-height: 25px;
    height: 25px;
    text-align: center;
    color: white;
}
.main1 .tab_list .time .dd{
    line-height: 23px;
    height: 23px;
    font-size: 20px;
    text-align: center;
    color: #0072d3;
    font-weight: bold;
}
.main1 .tab_list .title{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    height: 49px;
	font-size: 16px;
}
.main1 .tab_list .summary{
    font-size: 14px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
}
.main1 .tab_list li:hover .title{
    font-weight: bold;
}
.main1 .tab_list li:hover .dd{
    color: #ff9a00;
}
.main1 .tab_list  li:hover .time{
    background-image: url(../images/main1_time_bg_on.png);
}
.main1 .tab_list li~li{
    margin-top: 14px;
}
/* 中间图片 */
.middle_img{
    margin: 40px auto;
    height: 120px;
}
.middle_img img{
    width: 100%;
    height: 100%;
}

/* main2招生就业等 */
.main2_list{
    width: 413px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.03);
    height: auto;
    float: left;
    background-color: white;
    padding: 20px 15px;
}
.main2_list~.main2_list{
    margin-left: 30px;
}

.main2_list .channel_head{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}
.main2_list .channel_head .more{
    float: right;
    font-size: 16px;
    color: #ff9a00;
    font-weight: normal;
    line-height: 36px;
}
.main2_list .info_contain .time{
    float: left;
    width: 76px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    margin-left: 6px;
}
.time .d{
	color: #ff9a00;
    font-size: 30px;
float: left;
}
.time .m{
	font-size: 18px;
    color: #999999;
    float: right;
}
.main2_list .info_contain .MM{
    color: white;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    background-color: #0072d3;
}
.main2_list .info_contain .dd{
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    color: black;
}
.main2_list .info_contain .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    height: 54px;
    font-size: 16px;
}
.main2-5 .main2_list .info_contain .title{
	 height: 33px;
}
.cl-t span{
	font-size: 14px;
	color: #999;
	    
}
.cl-t img{
	float: left;
    margin-top: 5px;
	margin-right: 6px;
}
.main2_list .info_contain li{
    padding-bottom: 18px;
    padding-top:18px;
    border-bottom: 1px dashed #ccc; background:url(../images/list_01.jpg) left 26px no-repeat; padding-left:14px;
}
.main2_list .info_contain li .title-span{float:left; width:71%; overflow:hidden; height:26px; line-height:26px;text-overflow: ellipsis;white-space: nowrap;}
.main2_list .info_contain li a{
	display: block;
}
.main2_list .info_contain li a:hover{ color:#ff9a00;}
.cl-t{
	float: right;
}
.main2_3.main2_list{
    position: relative;
}
.main2_3.main2_list .fir_info{
    width: 100%;
    left: 0;
    height: 250px;
    padding-top: 20px;
}
.main2_3.main2_list .fir_info a{
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

.main2_3.main2_list .fir_info a img{
    width: 100%;
    height:250px;
}
.main2_3.main2_list .fir_info .title{
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    background-image: url(../images/opacity.png);
    color: white;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.main2_3.main2_list .fir_info_follow{
    height: 250px;
}

.main2_3.main2_list li .dot_on{
    display: none;
}
.main2_3.main2_list li a:hover .dot_off{
    display: none;
}
.main2_3.main2_list li a:hover .dot_on{
    display: inline-block;
}


/* main3 */
.main3{
    padding: 24px 0;
    background-color: white;
    margin-top: 40px;
}




/* 手机版 */

/* 手机版的默认样式 */
#phone_nav{
    display: none;
}
.phone_menu{
    display: none;
    float: right;
    margin-top: 24px;
    margin-right: 20px;
}
.phone_return{
    float: right;
    font-size: 20px;
    margin-top: 10px;
    margin-right: 20px;
    color: white;
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow_02.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.search_input #lsj_ss2{
    width: 40px;
    height: 42px;
    background-color: white;
    background-image: url(../images/search_logo_02.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    border-top-right-radius:2rem;
    border-bottom-right-radius: 2rem;
}
.search_input #wd{
    width: 250px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    vertical-align: middle;
    padding:0 15px;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
.phone_contain{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition: all 0.5s;
    background-color: #6179ae;
    overflow-y: scroll;
}
.phone_contain.active{
    left: 0;
}
.phone_nav_contain{
    width: 90%;
    margin: auto;
}
.phone_nav_contain a{
    display: block;
    padding: 10px;
    color: white;
    font-weight: bold;
    border-bottom: 1px  solid white;
}
.phone_nav_contain a .icon-left-dir{
    font-size: 20px;
    color: white;
    float: right;
    width: 18px;
    height: 20px;
    background-image: url(../images/arrow_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-right: 20px;
    transition: all 0.5s;
}
.phone_nav_contain li ul a{
    height: 0;
    overflow:hidden;
    transition: all 0.5s;
    padding: 0;
    line-height: 40px;
    border: none;
    text-indent: 20px;
    font-weight: normal;
    color: #ff9a00;
}
.phone_nav_contain li.active ul a{
    height: 40px;
}
.phone_nav_contain li.active a .icon-left-dir{
    transform: rotateZ(-90deg);
}

    .main3_contain a{
      font-size:16px;
	float:left;
      width:180px;
      height:80px;
      line-height:80px;
      margin-right: 42px;
      box-shadow: 0 0 10px #ddd; 
	  transition: all .5s ease-out;
    }
	    .clearfix:before,
.clearfix:after {
	display: block;	
	content: " ";
	clear: both;
}
.main3 a div{
	width:40px;
	height: 100%;
	float: left;
	margin: 0 15px;
	transition: all .5s ease-out;
}
.main3-a1 div{
    background: url(../images/main3-a1.png) center no-repeat;
}
.main3-a2 div{
    background: url(../images/main3-a2.png) center no-repeat;
}
.main3-a3 div{
    background: url(../images/main3-a3.png) center no-repeat;
}
.main3-a4 div{
    background: url(../images/main3-a4.png) center no-repeat;
	}
.main3-a5 div{
    background: url(../images/main3-a5.png) center no-repeat;
	}
.main3-a6 div{
    background: url(../images/main3-a6.png) center no-repeat;
}
.main3 a:hover{
	background: #0072d3;
	color: #fff;
}
.main3-a1:hover div{
	background: url(../images/main3-a1-h.png) center no-repeat;
}
.main3-a2:hover div{
	background: url(main3-a2-h.png) center no-repeat;
}
.main3-a3:hover div{
	background: url(../images/main3-a3-h.png) center no-repeat;
}
.main3-a4:hover div{
	background: url(../images/main3-a4-h.png) center no-repeat;
}
.main3-a5:hover div{
	background: url(../images/main3-a5-h.png) center no-repeat;
}
.main3-a6:hover div{
	background: url(../images/main3-a6-h.png) center no-repeat;
}
 .msfc{
      margin-top:30px
    }
    .msfc-left{
      float:left;
      width:856px;
    }
    .msfc-a{
      float:left;
      width:100%;
      height:145px;
      background:#3486da;
      padding:20px;
      color:#fff;
      margin-bottom:20px;
	  transition: all .5s ease-out;
    }
    .msfc-a img{
      float:left;
      width:187px;
      height:106px;
    }
    .msfc-top{
      width:100%;
      margin-bottom:20px;
	  line-height: 40px;
    }
    .msfc-top span{
		font-size:30px;
      font-weight:bold;
    }
    .msfc-top a{
      float:right
    }
	.msfc-a:hover{
		background: #ffae00;
	}
    .msfc-a-right{
      float:left;
      margin-left:20px;
      width: 72%;
    }
    .msfc-a-right p{
      font-weight:bold; height:30px; line-height:30px; display:block; overflow:hidden;
      margin:15px 0;
    }
    .msfc-a-right span{
      font-size:14px;
	  opacity: 0.8;height:55px; line-height:25px; display:block; overflow:hidden;
    }
	  .msfc-right{
        float:right;
        width:413px;
      }
      .msfc-right a{
        float:left;
        width:50%;
        height:158.4px;
        text-align:center;
		padding-top: 28px;
      }
	  .msfc-right a span{
        display:block;
        width:100%;
		margin-top:17px;
		font-size: 18px;
		color: #fff;
      }
      .c1{
        background:#47a9e7
      }
       .c2{
        background:#3486da
      }
	   .c3{
	    background:#4095e4
	  }
	   .c4{
	    background:#47a9e7
	  }
	   .c5{
	    background:#5dbaef
	  }
	   .c6{
	    background:#58adef
	  }
	  .msfc-right .color:hover{
		   background:#0072d3
	  }
	   .xxry{
        margin-top:10px;
        margin-bottom:40px;
      }
      #list a img{
        width:280px;
        height:210px;
        margin:0 10px;
      }
	   .channel_head img{
      float: left;
    margin: 0px 8px 0 0;
    }
    .channel_head{
      line-height:35px;
    }
    .zs{color:#0072d3}
    .msfc-right a img{
      height:60px;
    }
    .msfc-right a {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .msfc-a {
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    }
    .main1 .right_contain .tab_head li{
      line-height:38px;
    }
	
	   .msfc-right a span {
    font-family: 幼圆;
}
    .msfc-a:hover {
    background: #0072d3;
    color: #fff;
}
    .zszx{
      display:block;
      position: fixed;
      left:0;
      top:50%;
      width:34px;
      height:128px;
      background:url("../images/zszx.png");
      color:#fff;
      font-size:16px;
     padding: 23px 7px;
      z-index:99;
    }
  .yqlj{
    width:100%;
      background:url("../images/yqlj-bg.png");
       /* border-bottom: 1px solid #1678e1;*/
    padding-top:24px;
	padding-bottom: 20px;
  }
  .yqlj h2{ font-size:30px; font-weight:bold; color:#fff; padding:0px 0px 15px 0px;}
  .yqlj a{
    float:left;
    color:#fff;
    width:20%;
	height:32px;
    line-height:32px; 
	overflow:hidden; display:block; padding-right:5%;
  }
  .yqlj a:hover{
    color:#ffb923
  } 
  
  @CHARSET "UTF-8";
#pages {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#pages a, #pages span {
	margin-left: 3px;
	margin-right: 3px;
	min-width: 22px;
	padding-left:5px;
	padding-right:5px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #DDDDDD;
	display: inline-block;
	font-family: "Microsoft YaHei","Helvetica Neue", helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	color: #333;
}
#pages font{
	font-family: "Microsoft YaHei","Helvetica Neue", helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	color: #333;
}
#pages a{
	text-decoration:none;
}
#pages a:hover{
	border: 1px solid #0072d3;
	background-color: #0072d3;
	color: #fff;
}

#pages span {
	border: 1px solid #0072d3;
	background-color: #0072d3;
	color: #fff;
	font-weight: bold;
	position: relative;
	top: 0px;
}

#pages a.previous {
	width: 25px;
	position: relative;
	top: 0px;
}

#pages a.next {
	width: 25px;
	position: relative;
	top: 0px;
}
#pages-num{
	width: 32px;
	height:20px;
	border: 1px solid #DDDDDD;
}
.pages-nodata{
	margin:30px auto 0 auto;
	width:150px;
}


	@media screen and (max-width: 1400px) {	
     .banner_img {
      height: 400px!important;}	
	  
	  }		
	
	
@media screen and (max-width: 1300px) {	
.banner_img {
      height: 400px!important;}	
	  .w_13{ width:100%;}
	  
	  .main2_list{
    width: 400px !important;
}
	  
.main1 .left_contain{
   width:49%;
}	
.main1 .right_contain{
    width:49%;
}		
	.msfc-left{ width:820px;}
	
	
	
	
	
	
	  
	  }			
@media screen and (max-width: 760px) {
	
    /*校园风光*/
	.xyfg{ width:100%; overflow:hidden; margin:0px 0px 50px 0px;}
	.xyfg li{ width:48%; margin:10px 1% 0px 1%; float:left; overflow:hidden;}
	.xyfg li img{ width:100%; height: auto; display:block;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
	.xyfg li span{ height:40px; line-height:40px; display:block; text-align:center; background:#f3f3f3; position:relative; z-index:10; font-size:16px;}
	.xyfg li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
	
		/*在线报名*/
	.zxbm{ width:100%;}
	.zxbm li{ margin:0px 0px 10px 0px; font-size:16px;}
	.zxbm li label{ width:100%; display: block; margin:0px 0px 5px 0px;}
	.zxbm li .zxbm_text1{ width:70%; padding-left:1%; height:38px; line-height:38px; border:1px solid #ddd; border-radius:8px;}
	.zxbm li .zxbm_text2{ width:100%; padding-left:1%; height:38px; line-height:38px; border:1px solid #ddd; border-radius:8px;}
	.zxbm li .zxbm_submit{ width:25%;height:38px; line-height:38px; background:#0072d3; color:#fff; text-align:center; border-radius:8px; border:none;}
	.zxbm li .zxbm_submit:hover{ background:#999}
	.zxbm li .zxbm_reset{ width:20%;height:38px; line-height:38px; background:#0072d3; color:#fff; text-align:center; border-radius:8px; margin:0px 0px 0px 30px; border:none;}
	.zxbm li .zxbm_reset:hover{ background:#999}

	
	.banner_img {
      height: 120px!important;}
        .phone_menu {
    position: absolute;
    margin-right: 10px;
    top: 0px;
    right: 0px;
}
        #wd1{line-height: 42px;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 15px;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;width: 200px;}
	
	
}

























